home *** CD-ROM | disk | FTP | other *** search
-
- // JavaScript wrapper for r3icon.h
- // Auto generated file, do not modify by hand
- // Copyright ⌐ 2004, Realsoft Graphics Oy
-
- var R3_ICON_H = 1;
- include("oops/r3root.js")
-
-
- var R3CLID_ICON = 80;
-
-
-
-
- R3ICONA_Data = 80500;
- function GetR3ICONA_Data() {
- return R3ToJS(R3Get(this.r3obj, R3ICONA_Data, R3TID_OBJECT, 0));
- }
-
- R3ICONA_Width = 80501;
- function GetR3ICONA_Width() {
- return R3Get(this.r3obj, R3ICONA_Width, R3TID_INTEGER, 0);
- }
-
- R3ICONA_Height = 80502;
- function GetR3ICONA_Height() {
- return R3Get(this.r3obj, R3ICONA_Height, R3TID_INTEGER, 0);
- }
-
- R3ICONA_Depth = 80503;
- function GetR3ICONA_Depth() {
- return R3Get(this.r3obj, R3ICONA_Depth, R3TID_INTEGER, 0);
- }
-
- R3ICONA_Name = 80504;
- function SetR3ICONA_Name(value) {
- R3Set(this.r3obj, R3ICONA_Name, value, R3TID_STRING, 0);
- }
-
- function GetR3ICONA_Name() {
- return R3Get(this.r3obj, R3ICONA_Name, R3TID_STRING, 0);
- }
-
-
-
- function r3Icon () {
- this.base = r3God;
- if(arguments.length) {
- this.base(R3CLID_ICON, arguments);
- }
- // Attributes
- this.GetData=GetR3ICONA_Data;
- this.GetWidth=GetR3ICONA_Width;
- this.GetHeight=GetR3ICONA_Height;
- this.GetDepth=GetR3ICONA_Depth;
- this.GetName=GetR3ICONA_Name;
- this.SetName=SetR3ICONA_Name;
- }
-
- r3Icon.prototype=new r3Root;
- // r3icon.h_H